Web Development

There are many ways to build a website of your own. One way is to use the Notepad++.

You will need to download Notepad++, Then create a html file in your folder. After that, open that html file on Notepad++.

When the html file is opened, you can type the content that you want to document in it.

You can choose to create another css file to decorate your website. You can change the color, font and size of you text in the css file.

After completing your website on Notepad++, you can go to Github.com.

Create or sign up an account in Github. It's free for everyone. After that, you can create a repositories and upload your html and css file there.

From the setting, scroll to "Github pages" and set the source to master branch. After that you can copy the link from custom domain which will brings you to your website.

If your link does not work you can try to type in the name of your html file at the end of the link. Example,

For your reference, You can visit my Github

Hope the above steps are helpful for you!